home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / council1.dir / 00074_Script_74 < prev    next >
Text File  |  1994-11-29  |  299b  |  16 lines

  1. on exitFrame
  2.   global CM1SC3M1
  3.   
  4.   if the movieTime of sprite 4 = CM1SC3M1 then
  5.     go to the frame + 1
  6.   else
  7.     go to frame the frame
  8.   end if
  9. end
  10.  
  11. on mousedown
  12.   set the movieRate of sprite 4 to 0
  13.   updateStage -- just to make sure it's stopped
  14.   go to frame "End"
  15. end mousedown
  16.